home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 5 / 500 MB nyheder direkte fra internet CD 5.iso / start / zipped / os2 / progs / ctcdos2.exe / CREAFCD.EXE / CONTROL.ICF next >
Text File  |  1995-05-25  |  2KB  |  91 lines

  1. ;***********************************************************************
  2. ; File        : CONTROL.ICF
  3. ; Date     : 07 Apr 1995
  4. ; Author   : Wong Nyet Ngoh
  5. ; Purpose  : Installation control script file for CreativeCD
  6. ;***********************************************************************
  7.  
  8. ;
  9. ; Default
  10. ;
  11. [System]
  12. title=Creative Multimedia Installation
  13. progress=none
  14. logo=none
  15. BaseDir=C:\CTCD
  16. ; total number of installable components
  17. groups=1
  18. ; each component's section name
  19. group_1=%CreativeCD%
  20.  
  21. ; total number of installation disk
  22. disks=1
  23. ; volume label of each installation disk
  24. diskname_1=DISK_1
  25.  
  26. ;
  27. ; Default group is installed before any of the groups are installed
  28. ;
  29. [Default]
  30. ; size in KB
  31. Size=330
  32. ; Source directory from where the files are to be read
  33. SourceDir=$(SPATH)\TEXT,$(SPATH)\DLL
  34. ; Target directory where the files to be copied
  35. TargetDir=$(BASEDIR),$(MMBASE)\DLL
  36. ; Disk number where the files of this group can be found
  37. DiskNumber=1
  38. ; Definition of workplace object to be created
  39. WPObject=%WPDefault,WPReadme%
  40.  
  41. ;
  42. ; CD Player
  43. ;
  44. [CreativeCD]
  45. Name=CreativeCD
  46. Size=150
  47. SourceDir=$(SPATH)\CTCD
  48. TargetDir=$(BASEDIR)
  49. DiskNumber=1
  50. WPObject=%WPCD%
  51. Minstall=FALSE
  52.  
  53. ;
  54. ; Definition for the Creative folder
  55. ;
  56. [WPDefault]
  57. ; The class name of the object to be created
  58. WPClassName=WPFolder
  59. ; Title for the object, displayed below the object icon
  60. WPTitle=CreativeAV OS/2
  61. ; Setup string for the object to be created
  62. WPSetupString=OBJECTID=<CTCD>
  63. ; Location of the object
  64. WPLocation=<WP_DESKTOP>
  65. ; Creation flags, valid values are
  66. ;     0 - FAIL IF THE OBJECT EXISTS
  67. ;    1 - REPLACE IF THE OBJECT EXISTS
  68. ;    2 - UPDATE IF THE OBJECT EXISTS
  69. WPFlags=2
  70.  
  71. ;
  72. ; For creating Readme file in the above folder
  73. ;
  74. [WPReadme]
  75. WPClassName=WPProgram
  76. WPTitle=Readme.txt
  77. WPSetupString=EXENAME=E.EXE;PARAMETERS=$(BASEDIR)\README.TXT
  78. WPLocation=<CTCD>
  79. WPFlags=2
  80.  
  81. ;
  82. ; For creating the Icon for CD Player in the above folder
  83. ;
  84. [WPCD]
  85. WPClassName=WPProgram
  86. WPTitle=CreativeCD
  87. WPSetupString=EXENAME=$(TPATH)\CTCD.EXE;ICONFILE=$(TPATH)\CTCD.ICO;STARTUPDIR=$(BASEDIR)
  88. WPLocation=<CTCD>
  89. WPFlags=2
  90.  
  91.